Removes the item at the specified index from the collection.
シンタックス
'宣言
Public Overloads Shared Function RemoveAsync(Of As Class)( _
ByVal As IDataCollection(Of T), _
ByVal As System.Integer, _
Optional ByVal As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task RemoveAsync<>(
IDataCollection<T> ,
System.int ,
System.Threading.CancellationToken
)
where T: class
パラメータ
- dataCollection
- The data collection.
- index
- The index of the item that will be removed.
- cancellationToken
- The cancellation token.
型パラメータ
- T
参照